projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d77dea
)
* test/infra/gitlab-ci.yml (.native-comp-template): Revert change.
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 3 Oct 2021 17:53:17 +0000
(19:53 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sun, 3 Oct 2021 17:53:17 +0000
(19:53 +0200)
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index 3c6d836b580e52460c50aad79be7c5342a927918..5be59b8dcc6b467644201ec63bb219e1adb25646 100644
(file)
--- a/
test/infra/gitlab-ci.yml
+++ b/
test/infra/gitlab-ci.yml
@@
-190,9
+190,18
@@
default:
- test/lisp/filenotify-tests.el
.native-comp-template:
- only:
- - web
- - schedules
+ rules:
+ - if: '$CI_PIPELINE_SOURCE == "web"'
+ - if: '$CI_PIPELINE_SOURCE == "schedule"'
+ changes:
+ - "**/Makefile.in"
+ - .gitlab-ci.yml
+ - lisp/emacs-lisp/comp.el
+ - lisp/emacs-lisp/comp-cstr.el
+ - src/comp.{h,m}
+ - test/infra/*
+ - test/src/comp-resources/*.el
+ - test/src/comp-tests.el
timeout: 8 hours
stages: